Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSoftObjectPtr< T > Struct Template Reference

#include <UE.h>

Public Member Functions

FORCEINLINE TGet () const
 
FORCEINLINE Toperator-> () const
 
FORCEINLINE Toperator* () const
 
FORCEINLINE operator bool () const
 
FORCEINLINE operator T* () const
 

Private Member Functions

FORCEINLINE UObjectRealGet () const
 

Detailed Description

template<typename T>
struct TSoftObjectPtr< T >

Definition at line 156 of file UE.h.

Member Function Documentation

◆ Get()

template<typename T >
FORCEINLINE T * TSoftObjectPtr< T >::Get ( ) const
inline

Definition at line 162 of file UE.h.

◆ operator bool()

template<typename T >
FORCEINLINE TSoftObjectPtr< T >::operator bool ( ) const
inline

Definition at line 165 of file UE.h.

◆ operator T*()

template<typename T >
FORCEINLINE TSoftObjectPtr< T >::operator T* ( ) const
inline

Definition at line 166 of file UE.h.

◆ operator*()

template<typename T >
FORCEINLINE T & TSoftObjectPtr< T >::operator* ( ) const
inline

Definition at line 164 of file UE.h.

◆ operator->()

template<typename T >
FORCEINLINE T * TSoftObjectPtr< T >::operator-> ( ) const
inline

Definition at line 163 of file UE.h.

◆ RealGet()

template<typename T >
FORCEINLINE UObject * TSoftObjectPtr< T >::RealGet ( ) const
inlineprivate

Definition at line 159 of file UE.h.


The documentation for this struct was generated from the following file: