Navigation
API > API/Developer > API/Developer/UncontrolledChangelists > API/Developer/UncontrolledChangelists/FUncontrolledChangelistState
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| An FUncontrolledChangelistState should always reference a given Changelist (with a valid GUID). | UncontrolledChangelistState.h | ||
FUncontrolledChangelistState
(
const FUncontrolledChangelist& InUncontrolledChangelist |
UncontrolledChangelistState.h | ||
FUncontrolledChangelistState
(
const FUncontrolledChangelistState& InUncontrolledChangelistState |
Uncontrolled Changelist states are unique and non-copyable, should always be used by reference to preserve cache coherence. | UncontrolledChangelistState.h | |
FUncontrolledChangelistState
(
const FUncontrolledChangelist& InUncontrolledChangelist, |
UncontrolledChangelistState.h |
FUncontrolledChangelistState()
Description
An FUncontrolledChangelistState should always reference a given Changelist (with a valid GUID).
| Name | FUncontrolledChangelistState |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h |
| Include Path | #include "UncontrolledChangelistState.h" |
FUncontrolledChangelistState()
FUncontrolledChangelistState(const FUncontrolledChangelist &)
| Name | FUncontrolledChangelistState |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h |
| Include Path | #include "UncontrolledChangelistState.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistState.cpp |
FUncontrolledChangelistState
(
const FUncontrolledChangelist & InUncontrolledChangelist
)
FUncontrolledChangelistState(const FUncontrolledChangelistState &)
Description
Uncontrolled Changelist states are unique and non-copyable, should always be used by reference to preserve cache coherence.
| Name | FUncontrolledChangelistState |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h |
| Include Path | #include "UncontrolledChangelistState.h" |
FUncontrolledChangelistState
(
const FUncontrolledChangelistState & InUncontrolledChangelistState
)
FUncontrolledChangelistState(const FUncontrolledChangelist &, const FText &)
| Name | FUncontrolledChangelistState |
| Type | function |
| Header File | /Engine/Source/Developer/UncontrolledChangelists/Public/UncontrolledChangelistState.h |
| Include Path | #include "UncontrolledChangelistState.h" |
| Source | /Engine/Source/Developer/UncontrolledChangelists/Private/UncontrolledChangelistState.cpp |
FUncontrolledChangelistState
(
const FUncontrolledChangelist & InUncontrolledChangelist,
const FText & InDescription
)