CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FAtomRuntimeHandle クラス

#include <AtomRuntimeManager.h>

公開メンバ関数

 FAtomRuntimeHandle ()
 FAtomRuntimeHandle (const FAtomRuntimeHandle &Other)
 FAtomRuntimeHandle (FAtomRuntimeHandle &&Other)
 ~FAtomRuntimeHandle ()
FAtomRuntimeGetAtomRuntime () const
FAtomRuntimeId GetRuntimeID () const
TWeakObjectPtr< UWorld > GetWorld () const
bool IsValid () const
FORCEINLINE operator bool () const
 operator FAtomRuntime * () const
 operator FAtomRuntimeId () const
FAtomRuntimeoperator* ()
const FAtomRuntimeoperator* () const
FAtomRuntimeoperator-> ()
const FAtomRuntimeoperator-> () const
FAtomRuntimeHandleoperator= (const FAtomRuntimeHandle &Other)
FAtomRuntimeHandleoperator= (FAtomRuntimeHandle &&Other)
FORCEINLINE bool operator== (const FAtomRuntime *&Other) const
FORCEINLINE bool operator== (const FAtomRuntimeHandle &Other) const
FORCEINLINE bool operator== (const FAtomRuntimeId &Other) const
FORCEINLINE bool operator== (FAtomRuntime *&Other) const
void Reset ()

非公開メンバ関数

 FAtomRuntimeHandle (FAtomRuntime *InAtom, FAtomRuntimeId InID, UWorld *InWorld)

非公開変数類

FAtomRuntimeRuntime
FAtomRuntimeId RuntimeID
TWeakObjectPtr< UWorld > World

フレンド

class FAtomRuntimeManager

構築子と解体子

◆ FAtomRuntimeHandle() [1/4]

FAtomRuntimeHandle::FAtomRuntimeHandle ( )

◆ FAtomRuntimeHandle() [2/4]

FAtomRuntimeHandle::FAtomRuntimeHandle ( const FAtomRuntimeHandle & Other)

◆ FAtomRuntimeHandle() [3/4]

FAtomRuntimeHandle::FAtomRuntimeHandle ( FAtomRuntimeHandle && Other)

◆ ~FAtomRuntimeHandle()

FAtomRuntimeHandle::~FAtomRuntimeHandle ( )

◆ FAtomRuntimeHandle() [4/4]

FAtomRuntimeHandle::FAtomRuntimeHandle ( FAtomRuntime * InAtom,
FAtomRuntimeId InID,
UWorld * InWorld )
private

関数詳解

◆ GetAtomRuntime()

FAtomRuntime * FAtomRuntimeHandle::GetAtomRuntime ( ) const

◆ GetRuntimeID()

FAtomRuntimeId FAtomRuntimeHandle::GetRuntimeID ( ) const

◆ GetWorld()

TWeakObjectPtr< UWorld > FAtomRuntimeHandle::GetWorld ( ) const

◆ IsValid()

bool FAtomRuntimeHandle::IsValid ( ) const

◆ operator bool()

FORCEINLINE FAtomRuntimeHandle::operator bool ( ) const
inlineexplicit

◆ operator FAtomRuntime *()

FAtomRuntimeHandle::operator FAtomRuntime * ( ) const
inlineexplicit

◆ operator FAtomRuntimeId()

FAtomRuntimeHandle::operator FAtomRuntimeId ( ) const
inlineexplicit

◆ operator*() [1/2]

FAtomRuntime & FAtomRuntimeHandle::operator* ( )
inline

◆ operator*() [2/2]

const FAtomRuntime & FAtomRuntimeHandle::operator* ( ) const
inline

◆ operator->() [1/2]

FAtomRuntime * FAtomRuntimeHandle::operator-> ( )
inline

◆ operator->() [2/2]

const FAtomRuntime * FAtomRuntimeHandle::operator-> ( ) const
inline

◆ operator=() [1/2]

FAtomRuntimeHandle & FAtomRuntimeHandle::operator= ( const FAtomRuntimeHandle & Other)

◆ operator=() [2/2]

FAtomRuntimeHandle & FAtomRuntimeHandle::operator= ( FAtomRuntimeHandle && Other)

◆ operator==() [1/4]

FORCEINLINE bool FAtomRuntimeHandle::operator== ( const FAtomRuntime *& Other) const
inline

◆ operator==() [2/4]

FORCEINLINE bool FAtomRuntimeHandle::operator== ( const FAtomRuntimeHandle & Other) const
inline

◆ operator==() [3/4]

FORCEINLINE bool FAtomRuntimeHandle::operator== ( const FAtomRuntimeId & Other) const
inline

◆ operator==() [4/4]

FORCEINLINE bool FAtomRuntimeHandle::operator== ( FAtomRuntime *& Other) const
inline

◆ Reset()

void FAtomRuntimeHandle::Reset ( )

◆ FAtomRuntimeManager

friend class FAtomRuntimeManager
friend

メンバ詳解

◆ Runtime

FAtomRuntime* FAtomRuntimeHandle::Runtime
private

◆ RuntimeID

FAtomRuntimeId FAtomRuntimeHandle::RuntimeID
private

◆ World

TWeakObjectPtr<UWorld> FAtomRuntimeHandle::World
private

このクラス詳解は次のファイルから抽出されました: