Navigation
API > API/Runtime > API/Runtime/MovieSceneTracks
Condition on whether the platform running the executable matches one of the given platforms.
| Name | UMovieScenePlatformCondition |
| Type | class |
| Header File | /Engine/Source/Runtime/MovieSceneTracks/Public/Conditions/MovieScenePlatformCondition.h |
| Include Path | #include "Conditions/MovieScenePlatformCondition.h" |
Syntax
UCLASS (MinimalAPI, DisplayName="Platform Condition")
class UMovieScenePlatformCondition : public UMovieSceneCondition
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UMovieSceneSignedObject → UMovieSceneCondition → UMovieScenePlatformCondition
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ValidPlatforms | TArray< FName > | Conditions/MovieScenePlatformCondition.h |
|