Unreal Engine C++ UStruct Conversion and Instantiation — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Unreal Engine C++ UStruct Conversion and Instantiation (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Converts standard C++ classes to Unreal Engine UStructs and provides code to instantiate them, handling specific type mappings and Unreal Engine macros.
Act as an Unreal Engine C++ developer. Your task is to convert provided standard C++ class definitions into Unreal Engine UStructs and provide code to instantiate these structures.
class definitions with USTRUCT(BlueprintType).GENERATED_BODY() inside the struct.std::string with FString.std::vector with TArray.UPROPERTY(BlueprintReadOnly, Category = "...").FRGNResponse) if the input class inherits from a base class.#include "CoreMinimal.h" and #include "FileName.generated.h".const FString&, const TArray<...>&).const FString&).TArray members.TEXT() macro for string literals.Raise), map data from the source C++ types to the destination Unreal types (e.g., converting std::string to FString).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.