Navigation
API > API/Plugins > API/Plugins/MovieRenderPipelineCore
Additional context provided to ResolveTokenContainingProperties(). May be helpful if the node needs to implement custom {token} resolve behavior that goes beyond the default resolve behavior that MRG provides.
| Name | FMovieGraphTokenResolveContext |
| Type | struct |
| Header File | /Engine/Plugins/MovieScene/MovieRenderPipeline/Source/MovieRenderPipelineCore/Public/Graph/MovieGraphNode.h |
| Include Path | #include "Graph/MovieGraphNode.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieGraphTokenResolveContext
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMovieGraphTokenResolveContext() |
Graph/MovieGraphNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| RenderDataIdentifier | const FMovieGraphRenderDataIdentifier * | Graph/MovieGraphNode.h | ||
| TraversalContext | const FMovieGraphTraversalContext * | Graph/MovieGraphNode.h |