CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
Atom::TProxyData< Type > クラステンプレート

#include <IAtomProxyInitializer.h>

Atom::TProxyData< Type > の継承関係図

公開メンバ関数

 TProxyData ()
基底クラス Atom::IProxyData に属する継承公開メンバ関数
 IProxyData (FName InProxyTypeName)
virtual ~IProxyData ()=default
template<typename ProxyType>
bool CheckTypeCast () const
template<typename ProxyType>
ProxyType & GetAs ()
template<typename ProxyType>
const ProxyType & GetAs () const
FName GetProxyTypeName () const

静的限定公開変数類

static constexpr bool bWasAtomProxyClassImplemented = false

詳解

template<typename Type>
class Atom::TProxyData< Type >

This class can be implemented to create a custom, threadsafe instance of a given UObject. This is a CRTP class, and should always be subclassed with the name of the subclass.

構築子と解体子

◆ TProxyData()

template<typename Type>
Atom::TProxyData< Type >::TProxyData ( )
inline

メンバ詳解

◆ bWasAtomProxyClassImplemented

template<typename Type>
bool Atom::TProxyData< Type >::bWasAtomProxyClassImplemented = false
staticconstexprprotected

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