Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FContextValue
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContextValue
(
IContextCacheStore& InContext, |
Dataflow/DataflowContextCache.h | ||
FContextValue
(
IContextCacheStore& InContext, |
Dataflow/DataflowContextCache.h |
FContextValue(IContextCacheStore &, FContextCacheKey)
| Name | FContextValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowContextCache.cpp |
FContextValue
(
IContextCacheStore & InContext,
FContextCacheKey InCacheKey
)
FContextValue(IContextCacheStore &, TUniquePtr< FContextCacheElementBase > &&)
| Name | FContextValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowContextCache.h |
| Include Path | #include "Dataflow/DataflowContextCache.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowContextCache.cpp |
FContextValue
(
IContextCacheStore & InContext,
TUniquePtr < FContextCacheElementBase > && InCacheElement
)