Navigation
API > API/Runtime > API/Runtime/MovieScene
| |
|
| Name |
FMovieSceneBindingResolveResult |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/MovieScene/Public/Bindings/MovieSceneCustomBinding.h |
| Include Path |
#include "Bindings/MovieSceneCustomBinding.h" |
Syntax
USTRUCT (BlueprintType )
struct FMovieSceneBindingResolveResult
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Object |
TObjectPtr< UObject > |
|
Bindings/MovieSceneCustomBinding.h |
- EditAnywhere
- BlueprintReadWrite
- Category="General"
- Meta=(DeprecatedProperty, DeprecationMessage="This property is deprecated, please use the array of Objects instead.")
|
| Objects |
TArray< TObjectPtr< UObject > > |
The resolved objects |
Bindings/MovieSceneCustomBinding.h |
- EditAnywhere
- BlueprintReadWrite
- Category="General"
|