FUserStructOnScopeIgnoreDefaults

Wrapper for StructOnScope that tells it to ignore default values

Windows
MacOS
Linux

Inheritance Hierarchy

FStructOnScope

FUserStructOnScopeIgnoreDefaults

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/UserDefinedStruct.h

Include

#include "Engine/UserDefinedStruct.h"

Syntax

class FUserStructOnScopeIgnoreDefaults : public FStructOnScope

Remarks

Wrapper for StructOnScope that tells it to ignore default values

Constructors

Name Description

Public function

FUserStructOnScopeIgnoreDefaults()

Constructor with no script struct, call Recreate later

Public function

FUserStructOnScopeIgnoreDefaults

(
    const UUserDefinedStruct* InUs...
)

Constructor that initializes for you

Public function

FUserStructOnScopeIgnoreDefaults

(
    const UUserDefinedStruct* InUs...,
    uint8* InData
)

Initialize from existing data, will free when scope closes

Functions

Name Description

Public function

void

 

Recreate

(
    const UUserDefinedStruct* InUs...
)

Destroys and creates new struct

Overridden from FStructOnScope

Name Description

Public function Virtual

void

 

Initialize()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss