Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FSurfaceSamplerData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Initialize
(
const FPCGContext* Context, |
Elements/PCGSurfaceSampler.h | ||
bool Initialize
(
const UPCGSurfaceSamplerSettings* Settings, |
Elements/PCGSurfaceSampler.h |
Initialize(const FPCGContext *, const FBox &, const FTransform &)
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSurfaceSampler.h |
| Include Path | #include "Elements/PCGSurfaceSampler.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGSurfaceSampler.cpp |
bool Initialize
(
const FPCGContext * Context,
const FBox & InEffectiveGridBounds,
const FTransform & InSurfaceTransform
)
Initialize(const UPCGSurfaceSamplerSettings , const FPCGContext , const FBox &, const FTransform &)
| Name | Initialize |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSurfaceSampler.h |
| Include Path | #include "Elements/PCGSurfaceSampler.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGSurfaceSampler.cpp |
bool Initialize
(
const UPCGSurfaceSamplerSettings * Settings,
const FPCGContext * Context,
const FBox & InEffectiveGridBounds,
const FTransform & InSurfaceTransform
)