Navigation
API > API/Plugins > API/Plugins/NetworkPrediction
| Name | TConditionalState |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NetworkPrediction/Source/NetworkPrediction/Public/NetworkPredictionConditionalState.h |
| Include Path | #include "NetworkPredictionConditionalState.h" |
Syntax
template<typename TestType, typename UnderlyingType>
struct TConditionalState
Struct Specializations
| Name | Remarks |
|---|---|
| TConditionalState< void, UnderlyingType > |
Enums
Public
| Name | Remarks |
|---|---|
| TConditionalState |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| State | UnderlyingType | NetworkPredictionConditionalState.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyTo
(
UnderlyingType* Dest |
NetworkPredictionConditionalState.h | ||
UnderlyingType * Get () |
NetworkPredictionConditionalState.h | ||
const UnderlyingType * Get () |
NetworkPredictionConditionalState.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator UnderlyingType *() |
NetworkPredictionConditionalState.h | ||
const UnderlyingType * operator-> () |
NetworkPredictionConditionalState.h | ||
UnderlyingType * operator-> () |
NetworkPredictionConditionalState.h |