Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- FPCGContext
- IPCGAsyncLoadingContext
- FPCGTextureSamplerContext
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGTextureSampler.h |
| Include | #include "Elements/PCGTextureSampler.h" |
Syntax
struct FPCGTextureSamplerContext :
public FPCGContext ,
public IPCGAsyncLoadingContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTextureReadbackDone | ||
| TObjectPtr< UPCGTextureData > | TextureData | ||
| FTransform | Transform |
Overridden from FPCGContext
| Type | Name | Description | |
|---|---|---|---|
| void | AddExtraStructReferencedObjects
(
FReferenceCollector& Collector |