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

#include <UE.h>

Public Member Functions

FORCEINLINE UClassGet () const
 
FORCEINLINE UClassoperator-> () const
 
FORCEINLINE UClassoperator* () const
 
FORCEINLINE operator bool () const
 
FORCEINLINE operator UClass * () const
 

Detailed Description

template<typename T>
struct TSoftClassPtr< T >

Definition at line 138 of file UE.h.

Member Function Documentation

◆ Get()

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

Definition at line 148 of file UE.h.

◆ operator bool()

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

Definition at line 151 of file UE.h.

◆ operator UClass *()

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

Definition at line 152 of file UE.h.

◆ operator*()

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

Definition at line 150 of file UE.h.

◆ operator->()

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

Definition at line 149 of file UE.h.


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