#include <DataflowContextCache.h>
|
| | FContextCacheElementUStruct (FGuid InNodeGuid, const FProperty *InProperty, const FConstStructView &StructView, uint32 InNodeHash, FTimestamp Timestamp) |
| |
| template<typename T > |
| | FContextCacheElementUStruct (FGuid InNodeGuid, const FProperty *InProperty, T &&InStruct, uint32 InNodeHash, FTimestamp Timestamp) |
| |
| | FContextCacheElementUStruct (const FContextCacheElementUStruct &Other) |
| |
| template<typename T > |
| const T & | GetData (const IContextCacheStore &, const FProperty *, const T &) const |
| |
| virtual DATAFLOWCORE_API const void * | GetUntypedData (const IContextCacheStore &, const FProperty *) const override |
| |
| virtual DATAFLOWCORE_API bool | IsArray (const IContextCacheStore &Context) const override |
| |
| virtual DATAFLOWCORE_API int32 | GetNumArrayElements (const IContextCacheStore &Context) const override |
| |
| virtual DATAFLOWCORE_API TUniquePtr< FContextCacheElementBase > | CreateFromArrayElement (const IContextCacheStore &Context, int32 Index, const FProperty *InProperty, const FGuid &InNodeGuid, uint32 InNodeHash, const FTimestamp &InTimestamp) const override |
| |
| virtual DATAFLOWCORE_API TUniquePtr< FContextCacheElementBase > | CreateArrayFromElement (const IContextCacheStore &Context, const FProperty *InProperty, const FGuid &InNodeGuid, uint32 InNodeHash, const FTimestamp &InTimestamp) const override |
| |
| virtual DATAFLOWCORE_API TUniquePtr< FContextCacheElementBase > | Clone (const IContextCacheStore &Context) const override |
| |
| DATAFLOWCORE_API void | AddReferencedObjects (FReferenceCollector &Collector) override |
| |
| DATAFLOWCORE_API FString | GetReferencerName () 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) |
| |
| | FGCObject () |
| |
| | FGCObject (const FGCObject &Other) |
| |
| | FGCObject (FGCObject &&Other) |
| |
| | FGCObject (EFlags Flags) |
| |
| virtual | ~FGCObject () |
| |
| FGCObject & | operator= (const FGCObject &) |
| |
| FGCObject & | operator= (FGCObject &&) |
| |
| COREUOBJECT_API void | RegisterGCObject () |
| |
| COREUOBJECT_API void | UnregisterGCObject () |
| |
| virtual bool | GetReferencerPropertyName (UObject *Object, FString &OutPropertyName) const |
| |
◆ FContextCacheElementUStruct() [1/3]
◆ FContextCacheElementUStruct() [2/3]
| UE::Dataflow::FContextCacheElementUStruct::FContextCacheElementUStruct |
( |
FGuid |
InNodeGuid, |
|
|
const FProperty * |
InProperty, |
|
|
T && |
InStruct, |
|
|
uint32 |
InNodeHash, |
|
|
FTimestamp |
Timestamp |
|
) |
| |
|
inlineexplicit |
◆ FContextCacheElementUStruct() [3/3]
◆ AddReferencedObjects()
Pure virtual that must be overloaded by the inheriting class. Use this method to serialize any UObjects contained that you wish to keep around.
- Parameters
-
| Collector | The collector of referenced objects. |
Implements FGCObject.
◆ Clone()
◆ CreateArrayFromElement()
◆ CreateFromArrayElement()
◆ GetData()
◆ GetNumArrayElements()
◆ GetReferencerName()
| FString UE::Dataflow::FContextCacheElementUStruct::GetReferencerName |
( |
| ) |
const |
|
overridevirtual |
Overload this method to report a name for your referencer
Implements FGCObject.
◆ GetUntypedData()
◆ IsArray()
The documentation for this struct was generated from the following files: