Navigation
Unreal Engine C++ API Reference > Runtime > Core > UObject > FReflectionCaptureObjectVersion
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/UObject/ReflectionCaptureObjectVersion.h |
Include | #include "UObject/ReflectionCaptureObjectVersion.h" |
Syntax
enum Type
&123;
BeforeCustomVersionWasAdded = 0,
MoveReflectionCaptureDataToMapBuildData,
VersionPlusOne,
LatestVersion = VersionPlusOne - 1,
&125;
Values
Name | Description |
---|---|
BeforeCustomVersionWasAdded | Before any version changes were made. |
MoveReflectionCaptureDataToMapBuildData | Allows uncompressed reflection captures for cooked builds. |
VersionPlusOne | -- |
LatestVersion |