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
7namespace UE::MovieScene
8{
9
11{
13
14 bool IsValid() const
15 {
16 return Index != 255;
17 }
18
19 uint8 Index = 255;
20};
21
22} // namespace UE::MovieScene
uint8_t uint8
Definition binka_ue_file_header.h:8
Definition ConstraintsManager.h:14
U16 Index
Definition radfft.cpp:71
Definition MovieSceneVariantPropertyTypeIndex.h:11
bool IsValid() const
Definition MovieSceneVariantPropertyTypeIndex.h:14
FVariantPropertyTypeIndex()
Definition MovieSceneVariantPropertyTypeIndex.h:12