Struct: FSystemsPipelineAssetResource

struct SYSTEMS_API FSystemsPipelineAssetResource
    : public FSystemsPipelineResource;

Reflection-enabled

Specifiers:

  • BlueprintType

Pipeline asset resource descriptor.


Properties

  • Proxy

    public:
    TObjectPtr<USystemsPipelineProxyResource> Proxy;
    

    Reflection-enabled

    Specifiers:

    • EditAnywhere
    • Export
    • Instanced
    • Category = Options

    Optionally mark this resource as proxy one for given type.

    Useful to unpack wrapper resources and get their inner content that match requested proxy resource type.


Documentation built with Unreal-Doc v1.0.8 tool by PsichiX