Navigation
API > API/Runtime > API/Runtime/DataflowCore
Base class for all context cache entries
| Name | FContextCacheElementBase |
| Type | struct |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
Syntax
struct FContextCacheElementBase
Derived Classes
FContextCacheElementBase derived class hierarchy
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextCacheElementBase
(
EType CacheElementType, |
Dataflow/DataflowContextCache.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FContextCacheElementBase() |
Dataflow/DataflowContextCache.h |
Enums
Public
| Name | Remarks |
|---|---|
| EType |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NodeGuid | FGuid | Dataflow/DataflowContextCache.h | ||
| NodeHash | uint32 | Dataflow/DataflowContextCache.h | ||
| Property | const FProperty * | Dataflow/DataflowContextCache.h | ||
| Timestamp | FTimestamp | Dataflow/DataflowContextCache.h | ||
| Type | EType | Dataflow/DataflowContextCache.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< FContextCacheElementBase > Clone
(
const IContextCacheStore& Context |
Clone the cache entry | Dataflow/DataflowContextCache.h | |
TUniquePtr< FContextCacheElementBase > CreateArrayFromElement
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
TUniquePtr< FContextCacheElementBase > CreateFromArrayElement
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
TUniquePtr< FContextCacheElementBase > CreateReference
(
FContextCacheKey InReferenceDataKey |
InReferenceDataKey is the key of the cache element this function is called on. | Dataflow/DataflowContextCache.h | |
const FGuid & GetNodeGuid() |
Dataflow/DataflowContextCache.h | ||
const uint32 GetNodeHash() |
Dataflow/DataflowContextCache.h | ||
int32 GetNumArrayElements
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h | ||
const FProperty * GetProperty() |
Dataflow/DataflowContextCache.h | ||
const FTimestamp & GetTimestamp() |
Dataflow/DataflowContextCache.h | ||
EType GetType() |
Dataflow/DataflowContextCache.h | ||
const T & GetTypedData
(
const IContextCacheStore& Context, |
Cache element method implementation | Dataflow/DataflowContextCache.h | |
const void * GetUntypedData
(
const IContextCacheStore& Context, |
Dataflow/DataflowContextCache.h | ||
bool IsArray
(
const IContextCacheStore& Context |
Dataflow/DataflowContextCache.h | ||
void SetProperty
(
const FProperty* NewProperty |
Use this with caution: setting the property of a wrong type may cause problems | Dataflow/DataflowContextCache.h | |
void SetTimestamp
(
const FTimestamp& InTimestamp |
Dataflow/DataflowContextCache.h | ||
void UpdatePropertyAndNodeData
(
const FProperty* InProperty, |
Use this with caution: setting the property of a wrong type may cause problems | Dataflow/DataflowContextCache.h |