Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow > API/Runtime/DataflowCore/Dataflow/FContext
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNodeParameters.h |
| Include | #include "Dataflow/DataflowNodeParameters.h" |
void SetNullData
(
FContextCacheKey InKey,
const FProperty * InProperty,
const FGuid & InNodeGuid,
uint32 InNodeHash,
const FTimestamp & InTimestamp
)
Remarks
This is useful when there's a need to have to have cache entry but the type is not known and there no connected output ( like reroute nodes with unconnected input for example ) in that case posting an invalid reference, will allow the evaluatino to go through and the node reading it will get a default value instead