UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ContainerValidation.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#if (defined(__AUTORTFM) && __AUTORTFM)
6
7
namespace
AutoRTFM
8
{
9
10
// Enumerator used to control validity assertions for containers
11
// (bounds checking, etc).
12
enum class
EContainerValidation
13
{
14
Enabled
,
15
Disabled
16
};
17
18
}
19
20
#endif
// (defined(__AUTORTFM) && __AUTORTFM)
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
ECrowdSimulationState::Enabled
@ Enabled
ECrowdSimulationState::Disabled
@ Disabled
AutoRTFM
Definition
API.cpp:57
Engine
Source
Runtime
AutoRTFM
Private
ContainerValidation.h
Generated by
1.9.8