Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGPointOperationElementBase
Description
Conveniently calls PreparePointOperationData to prepare the time sliced element for execution. May be overridden, but PreparePointOperationData must be called.
Virtual Inheritance
- IPCGElement::PrepareDataInternal → FPCGPointOperationElementBase::PrepareDataInternal
| Name | PrepareDataInternal |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGPointOperationElementBase.h |
| Include Path | #include "Elements/PCGPointOperationElementBase.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGPointOperationElementBase.cpp |
virtual bool PrepareDataInternal
(
FPCGContext * Context
) const