UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MovieSceneVariantPropertyTypeIndex.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CoreTypes.h
"
6
7
namespace
UE::MovieScene
8
{
9
10
struct
FVariantPropertyTypeIndex
11
{
12
FVariantPropertyTypeIndex
() :
Index
(255) {}
13
14
bool
IsValid
()
const
15
{
16
return
Index
!= 255;
17
}
18
19
uint8
Index
= 255;
20
};
21
22
}
// namespace UE::MovieScene
CoreTypes.h
uint8
uint8_t uint8
Definition
binka_ue_file_header.h:8
UE::MovieScene
Definition
ConstraintsManager.h:14
Index
U16 Index
Definition
radfft.cpp:71
UE::MovieScene::FVariantPropertyTypeIndex
Definition
MovieSceneVariantPropertyTypeIndex.h:11
UE::MovieScene::FVariantPropertyTypeIndex::IsValid
bool IsValid() const
Definition
MovieSceneVariantPropertyTypeIndex.h:14
UE::MovieScene::FVariantPropertyTypeIndex::FVariantPropertyTypeIndex
FVariantPropertyTypeIndex()
Definition
MovieSceneVariantPropertyTypeIndex.h:12
Engine
Source
Runtime
MovieScene
Public
EntitySystem
MovieSceneVariantPropertyTypeIndex.h
Generated by
1.9.8