![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <TypedElementData.h>
Inheritance diagram for FScriptTypedElementInternalDataOwner:Public Member Functions | |
| FScriptTypedElementInternalDataOwner (FTypedElementInternalData &InInternalData) | |
| ~FScriptTypedElementInternalDataOwner () | |
Public Member Functions inherited from FScriptTypedElementInternalDataPtr | |
| FScriptTypedElementInternalDataPtr ()=default | |
| ~FScriptTypedElementInternalDataPtr () | |
| FScriptTypedElementInternalDataPtr (const FScriptTypedElementInternalDataPtr &Other) | |
| FScriptTypedElementInternalDataPtr (FScriptTypedElementInternalDataPtr &&Other) | |
| FScriptTypedElementInternalDataPtr & | operator= (const FScriptTypedElementInternalDataPtr &Other) |
| FScriptTypedElementInternalDataPtr & | operator= (FScriptTypedElementInternalDataPtr &&Other) |
| bool | operator== (const FScriptTypedElementInternalDataPtr &Other) const |
| bool | operator!= (const FScriptTypedElementInternalDataPtr &Other) const |
| bool | IsSet () const |
| void | Release () |
| const FTypedElementId & | GetId () const |
| FTypedElementInternalData * | GetInternalData () const |
Additional Inherited Members | |
Protected Member Functions inherited from FScriptTypedElementInternalDataPtr | |
| void | IncrementCount () |
| void | DecrementCount () |
| FScriptTypedElementInternalDataPtr (FTypedElementInternalData &InternalData) | |
Protected Attributes inherited from FScriptTypedElementInternalDataPtr | |
| FScriptTypedElementInternalDataControlBlock * | ControlBlock = nullptr |
|
inline |
|
inline |