Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
UE4Function_Private::FFunctionStorage Struct Reference

#include <Function.h>

+ Collaboration diagram for UE4Function_Private::FFunctionStorage:

Public Types

typedef FunctionAllocatorType::ForElementType< AlignedInlineFunctionTypeAllocatorType
 

Public Member Functions

 FFunctionStorage ()
 
 FFunctionStorage (FFunctionStorage &&Other)
 
void Empty ()
 
IFunction_OwnedObjectGetBoundObject () const
 

Public Attributes

AllocatorType Allocator
 
int32 AllocatedSize
 

Detailed Description

Definition at line 100 of file Function.h.

Member Typedef Documentation

◆ AllocatorType

Constructor & Destructor Documentation

◆ FFunctionStorage() [1/2]

UE4Function_Private::FFunctionStorage::FFunctionStorage ( )
inline

Definition at line 102 of file Function.h.

◆ FFunctionStorage() [2/2]

UE4Function_Private::FFunctionStorage::FFunctionStorage ( FFunctionStorage && Other)
inline

Definition at line 107 of file Function.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ Empty()

void UE4Function_Private::FFunctionStorage::Empty ( )
inline

Definition at line 115 of file Function.h.

+ Here is the call graph for this function:

◆ GetBoundObject()

IFunction_OwnedObject * UE4Function_Private::FFunctionStorage::GetBoundObject ( ) const
inline

Definition at line 123 of file Function.h.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ AllocatedSize

int32 UE4Function_Private::FFunctionStorage::AllocatedSize

Definition at line 129 of file Function.h.

◆ Allocator

AllocatorType UE4Function_Private::FFunctionStorage::Allocator

Definition at line 128 of file Function.h.


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