#include <DataflowContextCache.h>
|
| | FContextCacheElementNull (FGuid InNodeGuid, const FProperty *InProperty, FContextCacheKey InDataKey, uint32 InNodeHash, FTimestamp Timestamp) |
| |
| | FContextCacheElementNull (FGuid InNodeGuid, const FProperty *InProperty, uint32 InNodeHash, FTimestamp Timestamp) |
| |
| virtual const void * | GetUntypedData (const IContextCacheStore &Context, const FProperty *PropertyIn) const override |
| |
| virtual bool | IsArray (const IContextCacheStore &Context) const override |
| |
| virtual int32 | GetNumArrayElements (const IContextCacheStore &Context) const override |
| |
| virtual TUniquePtr< FContextCacheElementBase > | CreateFromArrayElement (const IContextCacheStore &Context, int32 Index, const FProperty *InProperty, const FGuid &InNodeGuid, uint32 InNodeHash, const FTimestamp &InTimestamp) const override |
| |
| virtual TUniquePtr< FContextCacheElementBase > | CreateArrayFromElement (const IContextCacheStore &Context, const FProperty *InProperty, const FGuid &InNodeGuid, uint32 InNodeHash, const FTimestamp &InTimestamp) const override |
| |
| virtual TUniquePtr< FContextCacheElementBase > | Clone (const IContextCacheStore &Context) const override |
| |
| | FContextCacheElementBase (EType CacheElementType, FGuid InNodeGuid=FGuid(), const FProperty *InProperty=nullptr, uint32 InNodeHash=0, FTimestamp InTimestamp=FTimestamp::Invalid) |
| |
| virtual | ~FContextCacheElementBase () |
| |
| TUniquePtr< FContextCacheElementBase > | CreateReference (FContextCacheKey InReferenceDataKey) const |
| |
| template<typename T > |
| const T & | GetTypedData (const IContextCacheStore &Context, const FProperty *PropertyIn, const T &Default) const |
| |
| EType | GetType () const |
| |
| const FProperty * | GetProperty () const |
| |
| const FTimestamp & | GetTimestamp () const |
| |
| void | SetTimestamp (const FTimestamp &InTimestamp) |
| |
| const FGuid & | GetNodeGuid () const |
| |
| const uint32 | GetNodeHash () const |
| |
| void | SetProperty (const FProperty *NewProperty) |
| |
| void | UpdatePropertyAndNodeData (const FProperty *InProperty, const FGuid &InNodeGuid, uint32 InNodeHash, const FTimestamp &InTimestamp) |
| |
◆ FContextCacheElementNull() [1/2]
◆ FContextCacheElementNull() [2/2]
| UE::Dataflow::FContextCacheElementNull::FContextCacheElementNull |
( |
FGuid |
InNodeGuid, |
|
|
const FProperty * |
InProperty, |
|
|
uint32 |
InNodeHash, |
|
|
FTimestamp |
Timestamp |
|
) |
| |
|
inline |
◆ Clone()
◆ CreateArrayFromElement()
◆ CreateFromArrayElement()
◆ GetNumArrayElements()
◆ GetUntypedData()
◆ IsArray()
The documentation for this struct was generated from the following files: