Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks > API/Runtime/MovieSceneTracks/Conditions
References
| Module | MovieSceneTracks |
| Header | /Engine/Source/Runtime/MovieSceneTracks/Public/Conditions/MovieSceneDirectorBlueprintCondition.h |
| Include | #include "Conditions/MovieSceneDirectorBlueprintCondition.h" |
Syntax
USTRUCT ()
struct FMovieSceneDirectorBlueprintConditionData
Remarks
Data for a director blueprint condition endpoint call.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | CompiledFunctionName | Name of the generated blueprint function | |
| FName | ConditionContextPinName | Pin name for passing the condition context params | |
| TFieldPath< FProperty > | ConditionContextProperty | Property pointer for the function parameter that should receive the condition context params | |
| TObjectPtr< UFunction > | Function | The function to call (normally a generated blueprint function on the sequence director) | |
| TMap< FName, FMovieSceneDirectorBlueprintConditionPayloadVariable > | PayloadVariables | Array of payload variables to be added to the generated function | |
| TWeakObjectPtr< UObject > | WeakEndpoint | Endpoint node in the sequence director |